home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #12 / Software USA Volume 4.12.iso / pc / lifestyl / anyclock / run / aclock.exe / 0 / RCDATA / TFORM8 / TFORM8.txt < prev   
Text File  |  1998-09-17  |  2KB  |  97 lines

  1. object Form8: TForm8
  2.   Left = 140
  3.   Top = 30
  4.   ActiveControl = FileListBox1
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Configurations'
  7.   ClientHeight = 328
  8.   ClientWidth = 162
  9.   Color = 8388672
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 20
  21.     Top = 8
  22.     Width = 122
  23.     Height = 13
  24.     Caption = 'Load  Clock Configuration'
  25.     Font.Color = clAqua
  26.     Font.Height = -12
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 20
  33.     Top = 264
  34.     Width = 123
  35.     Height = 13
  36.     Caption = 'Save  Clock Configuration'
  37.     Font.Color = clLime
  38.     Font.Height = -12
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Edit1: TEdit
  44.     Left = 8
  45.     Top = 280
  46.     Width = 145
  47.     Height = 24
  48.     TabOrder = 3
  49.   end
  50.   object DriveComboBox1: TDriveComboBox
  51.     Left = 8
  52.     Top = 24
  53.     Width = 145
  54.     Height = 19
  55.     DirList = DirectoryListBox1
  56.     TabOrder = 0
  57.   end
  58.   object DirectoryListBox1: TDirectoryListBox
  59.     Left = 8
  60.     Top = 48
  61.     Width = 145
  62.     Height = 97
  63.     FileList = FileListBox1
  64.     ItemHeight = 16
  65.     TabOrder = 1
  66.     OnDblClick = DirectoryListBox1DblClick
  67.   end
  68.   object FileListBox1: TFileListBox
  69.     Left = 8
  70.     Top = 152
  71.     Width = 145
  72.     Height = 97
  73.     ItemHeight = 13
  74.     Mask = '*.ccf'
  75.     TabOrder = 2
  76.     OnClick = FileListBox1Click
  77.     OnDblClick = FileListBox1DblClick
  78.   end
  79.   object Button1: TButton
  80.     Left = 8
  81.     Top = 304
  82.     Width = 145
  83.     Height = 17
  84.     Caption = 'Save'
  85.     TabOrder = 4
  86.     OnClick = Edit1Enter
  87.   end
  88.   object Panel1: TPanel
  89.     Left = 0
  90.     Top = 256
  91.     Width = 170
  92.     Height = 5
  93.     BevelInner = bvRaised
  94.     TabOrder = 5
  95.   end
  96. end
  97.